home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / Storage / DOSDrivers / PC1 < prev    next >
Text File  |  1994-07-06  |  794b  |  33 lines

  1. /* $VER: PC1 40.1 (31.8.93)
  2.  *
  3.  * CrossDOS file system entry
  4.  *
  5.  * This file enables CrossDOS on the first external floppy drive normally
  6.  * referred to as DF1:. PC0 does the same for DF0. By creating new versions
  7.  * of this file and changing the Unit line to use other numbers, you can
  8.  * make CrossDOS available on other devices. For example, changing the value
  9.  * of Unit to 2 would create a mount file that would enable CrossDOS on DF2.
  10.  */
  11.  
  12. FileSystem    = L:CrossDOSFileSystem
  13. Device        = mfm.device
  14. Flags        = 1
  15. Surfaces    = 2
  16. SectorsPerTrack    = 9
  17. SectorSize    = 512
  18. Reserved    = 1
  19. Interleave    = 0
  20. LowCyl        = 0
  21. HighCyl        = 79
  22. Buffers        = 5
  23. BufMemType    = 0
  24. StackSize    = 600
  25. Priority    = 10
  26. GlobVec        = -1
  27. DosType        = 0x4D534400
  28.  
  29. /* The Unit field is controlled by a tooltype in the PC1 icon.
  30.  *
  31.  * Unit        = 1
  32.  */
  33.